home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: Essential Home & Business / PC-SIG - Essential Home and Business Collection.iso / 08 / 3 / 4 / G.GTH < prev    next >
Text File  |  1987-03-07  |  11KB  |  207 lines

  1. [G ]                          [GRAPH] Command
  2.  
  3. With the exception of the Pie and 3-D Block graphs, all of the
  4. following graph types may be displayed as single, multiple or intermixed
  5. graphs.  Up to 4 separate graphs can be displayed on the one screen in low
  6. resolution, and 9 in high resolution. (Use the Alter Frame commands.)
  7. In the interests of clarity, generally no more than four sets of data should
  8. be displayed on any one graph. (Max. is 10) 
  9. Pan and Zoom commands can be used on the data for all graph types.  (The Pie
  10. chart submenu requests number of segments in place of using the Zoom command.)
  11. Remember, before a graph can be drawn, the data must in memory 0.  Data is
  12. loaded into memory 0 from a diskfile [FLx], loaded from another
  13. memory [MLn], or created with the file create command [FCDx].
  14.  
  15. Subcommands:
  16.  
  17. Area    [GA]
  18.      An area graph (also known as a stratum or surface graph) is essentially
  19.      a line graph with the lower area shaded or filled with a solid colour.
  20.  
  21.      (See also Line Arealine [GLA] for multiple stratum graphs.)
  22.  
  23. Bar     [GBn]   (Horizontal bars)
  24.      The Bar command displays horizontal bars with the label of each bar
  25.      located at the end of the bar. Up to two more data files may be loaded
  26.      into memory 0 and overlayed as horizontal stacked bars.
  27.      You will need to ensure that the first bars drawn contain the highest
  28.      data values. (Possibly use the file addition command: SAFx) 
  29.        If the frame size is altered, the scale is automatically adjusted to
  30.      ensure that the bars are within the frame.
  31.  
  32. Column  [GCxn]    (Vertical bars)  (x=S,B,H or a number, n= pattern number)
  33.      A column graph (also known as a vertical bar graph) is 
  34.      one of the most commonly used business graphs.  To select a particular
  35.      column type, set the pattern number in the range 0 - 4.
  36.      By repeating the GCn command, the pattern number automatically increments
  37.      by one. i.e. just press <RTN> for the next pattern.
  38.      As for the horizontal bar graph, up to two more bars from other data
  39.      files (loaded into memory 0) may be overlayed on the original.  You will
  40.      need to ensure that the first columns displayed contain the highest
  41.      data values.  Alternatively, use the Stacked Column option.
  42.  
  43.    Clustered columns (where n can be 2 to 8):
  44.      This variation of the Column graph allows data to be displayed as groups
  45.      of columns.  Up to 8 columns from 8 separate data files may be displayed 
  46.      side-by-side as a group.  For the sake of clarity generally no more
  47.      than four columns should be clustered.
  48.      In the interests of presentation you have a choice of column positioning.
  49.      Following the GCn command, select one of: "Adjacent, sHaded, Overlapped
  50.      or  Spaced Cols:"   The default is Spaced. (Just press <RTN>)
  51.     Example: FL WAGES<RTN>      (File Load WAGES into Mem 0 and 1)
  52.               GC2                  (Graph first of 2 clustered Columns)
  53.               <RTN>                (Selects the default "Spaced")
  54.               <RTN>                (Selects next pattern number)
  55.          (First columns are displayed)
  56.               FL PARTS<RTN>     (File Load PARTS into Mem 0 and 1)
  57.               GC2                  (Graph second of 2 clustered Columns)
  58.               <RTN>                (Initiates second column graph)
  59.               <RTN>                (Selects next pattern number)
  60.          (Second columns are displayed to the right of the first columns.)
  61.  
  62.   Stacked columns: [GCSn]
  63.      If Stacked columns is selected, all subsequent column
  64.      graphs will be stacked onto previous columns. The Y scale is initially
  65.      multiplied by 1.7 .  For more than two stacked columns, you may need to
  66.      increase the Y scale further using the Alter Y Scale command [ASY].
  67.  
  68.      If the data file contains data-point labels, these will be automatically
  69.      displayed on line 23, centered under each column.
  70.  
  71.   Block chart:  (3-D Column chart)
  72.      4 to 12 data values from four data files can be displayed.  The data must
  73.      be first loaded into memories 1 to 4 from memory 0.  If loading from disk,
  74.      use Memory Transfer [MT] from 0 to 2,3 or 4.  The first row of blocks
  75.      uses memory 1 data; the last uses memory 4 data.  If the memory has more
  76.      than 12 data points, the first 12 are used.  Pan and Zoom can be used on
  77.      memory 0 before transferring to other memories.  You may select the numb-
  78.      er of rows to graph (1 to 4).
  79.      e.g. To display one row of blocks:
  80.           FLADMIN<RTN>      (File Load ADMIN into memories 0 and 1)
  81.           GCB1              (Graph Column Block 1 row)
  82.  
  83.      e.g. To display three rows of blocks:
  84.           FLPARTS<RTN>      (File Load PARTS into memories 0 and 1)
  85.           MT3               (Memory Transfer 0 to 3)
  86.           FLWAGES<RTN>      (File Load WAGES into memories 0 and 1)
  87.           MT2               (Memory Transfer 0 to 2)
  88.           FLSALES<RTN>      (File Load SALES into memories 0 and 1)
  89.           GCB3              (Clears screen and displays a 3-D block chart.
  90.                              All values are scaled.)
  91.  
  92.  
  93.   Histogram [GCHn]
  94.      Data may be organised in up to 9 groups. The range labels are generated
  95.      automatically and a column graph displayed. The new data is in mem. 0.
  96.  
  97. Dot      [GDn]      (Where n is the dot symbol 0-9)
  98.      The Dot graph (also known as a point graph) displays a
  99.      single symbol at each Y-value location.  The symbols include a +, x,
  100.      square and circles of increasing size.  The symbols are chosen by
  101.      selecting the pattern number (0-9).
  102.      A Dot graph and a Line graph may be combined.
  103.      For example:  GLL   followed by  GDn
  104.      Dot patterns may also be combined by repeating [GD].  e.g.GD1 then GD5
  105.  
  106. Frame [GFx]  (x = Box, L or None]
  107.     This selects the frame type. The default is a box [B].
  108.     L selects Left/bottom line only, and N selects none.
  109.     Following the selection of L or N, the screen should be cleared
  110.     [MB] to display the new frame.
  111.     The size and location of the frame can be changed with the Alter
  112.     Frame commands.
  113.  
  114. Grid      [GG]
  115.      This toggles the grid lines ON or OFF.
  116.  
  117. High/low  [GH]
  118.      The High/low graph fills in the area between two sets of data with 
  119.      vertical lines joining the Y values.
  120.      As two data files are involved, the second data file must be loaded
  121.      into memory 0 before completing the High/low graph.
  122.  
  123.      Example:  FLHIGH<RTN>   Load file of high values.
  124.                GHP          Graph High/low with Point-join.
  125.                LOW<RTN>    Enter filename of low values.  The point-join
  126.                             graph  will be completed automatically.       
  127.                            (Note: Always select the data file containing the
  128.                             highest data values first.)
  129.  
  130. Line     [GLx]  (Where x = A, B, L, M, X or Y)
  131.      There are a number of line graph types available.  Essentially each
  132.      data point is joined to the previous point with a straight line.
  133.    Line selection:  Arealine Baseline  Line  Mean  Xline  Yline
  134.    
  135.    Arealine: [GLA]
  136.            Essentially a line chart with vertical lines at each end.
  137.            This allows the use of solid fill using the DRAW program and the
  138.            Paint command. 
  139.    Baseline: [GLBn]
  140.            This command will request the entry of a date (MM/YY) or X-value.
  141.            The Y-value at this point is used to fill every data
  142.            point in memory 0.  To display a baseline, enter the GLL command.
  143.            Baseline is normally used to set a base data level for addition to
  144.            another data file using the Stats. Arithmetic command [SAFn].
  145.    Line:   [GLL]
  146.            A line is drawn, joining each of the data points.
  147.            This is the default line graph. (Just enter G<RTN>).  If a Dot graph
  148.            was the last displayed and memory 0 data has not changed, then the
  149.            line will join the dots.  Multiple lines can be distinguished by 
  150.            combining with different dot patterns.  GLL then GDn for each line.
  151.    Mean:   [GLM]
  152.            The mean of the data points is displayed as a horizontal
  153.            dotted line.  The data in memory 0 or 1 is not altered.
  154.    Xline:  [GLXn]
  155.            Xline is used to highlight a particular value on a dot, line or step
  156.            graph by drawing a vertical line beween the base line and the Y
  157.            value. To locate the required X position, enter the date (MM/YY) in
  158.            a time-series graph, or the X value.       Example: GLX 6/85<RTN> 
  159.            (Same as DX command)
  160.    Yline:  [GLYn]
  161.            Yline is used to draw a horizontal line across the currently
  162.            displayed graph at any selected Y value on the Y scale.
  163.            Example: GLY 500<RTN>      (Same as DY command)
  164.  
  165. Pie or PieBar    [GP]
  166.        Entering the GP command transfers to the PIE program and a request is
  167.        made for chart type: Bar or [P]ie
  168.         Then select the source of data: Keyboard or [M]emory 0.
  169.         Also enter the number of data points:  [6 is the default], and
  170.   Pie:  Explode segment # :     [none is the default].
  171.   Bar:  Enter position of bar: [L]eft or Right.
  172.  
  173.         Up to 15 segments can be displayed. (If outputting to a plotter, each
  174.         segment will be a different pattern and/or colour.)
  175.         Each segment may be labelled with its value, percentage or both.
  176.  
  177.         Descriptive labels may be up to 38 characters long.
  178.         Plotter output:
  179.         Segment fill can be patterns (default), solid colour or none. Enter Cnn
  180.         for Colour or Nnn for no fill. (nn=number of segments).
  181.         If entering keyboard data, type: K = patterns, C = colour, N = none.
  182.         To include a Pie chart in a macro use: GP{Bar or Pie}{No segments}
  183.         {Explode segment No}{Left or Right}{P,V,B, or N}
  184.         e.g.s GPP;14;;10;0V   GPB90RP   (Use 0 if parameter not applicable.)
  185.  
  186. Step     [GS]
  187.        The step chart is a little like the top line of a column chart.
  188.         Each Y value is displayed as a horizontal line.  Each value is joined
  189.         to the next with a line midway between the two X values.
  190.         (Step is valid only for Time-series and Series data).
  191.  
  192. sTick    [GT]
  193.        The sTick chart is like a narrow column chart.  A vertical line is
  194.         displayed between the zero line and each Y-value. Often combined
  195.         with a line chart. The stick width can be 1, 3, 5, or 7 pixels wide.
  196.         If 0 is selected, the stick becomes a tick mark along the X axis.
  197.  
  198. X label  [GX]
  199.       Toggles ON-OFF the display of X-axis labels when a graph is displayed. 
  200.  
  201. Y label  [GY]
  202.       Toggles ON-OFF the display of Y-axis labels when a graph is displayed. 
  203.   
  204. The status line indicates whether the X and Y axis labels are ON or OFF.
  205.  
  206. March 07, 1987
  207.